forked from cachix/devenv
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Terraform Nix template #1
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
sestrella
commented
Mar 3, 2023
- Support unfree attribute in devenv.yaml
- Allow wiring up overlays
- add an example for overlays
- Validate devenv.yaml schema and move overlays to inputs
- raku.nix: fixed description to not break web documentation
- Auto generate docs/reference/options.md
- add devenv specific direnv integration
- use devenv-direnv
- write down also the imports as CSV
- Update direnvrc
- Update src/devenv-yaml.nix
- Added mkcert as integration
- correct hostctl integration
- added a complete mkcert example
- added a fallback for the hostctl hosts option
- Update src/devenv-yaml.nix
- revert hostctl config changes
- rename certificates option
- remove wildcard from example
- Add wildcard domain to option example
- feat: Add Ansible support
- Auto generate docs/reference/options.md
- feat(go): use correct go version for tools
- chore(deps): bump cachix/install-nix-action from 18 to 19
- Update src/devenv-yaml.nix
- Auto generate docs/reference/options.md
- docs/github-actions: use devenv version 0.5.1
- chore(deps): bump cachix/install-nix-action from 19 to 20
- ignore documentation warnings for now
- Make it easy to create containers out of the environment.
- format
- Update docs/containers.md
- Auto generate docs/reference/options.md
- bump direnv integration
- fix --help
- fix link
- Auto generate docs/reference/options.md
- v0.6 release post
- v0.6
- Auto generate docs/reference/options.md
- v0.6 post: rename subsection
- Auto generate docs/reference/options.md
- Fix indentation in the devenv script
- Auto generate docs/reference/options.md
- Enable the escapeall pymdown extension
- Fix links to source in reference docs
- Ignore .direnv folder for cached builds
- Remove override from process-compose config as it's not supported
- Auto generate docs/reference/options.md
- Add terraform template
- Add template to flake.nix
Co-authored-by: Hugo Sena Ribeiro <[email protected]>
Co-authored-by: Hugo Sena Ribeiro <[email protected]>
Co-authored-by: Hugo Sena Ribeiro <[email protected]>
Co-authored-by: Domen Kožar <[email protected]>
feat: Add Ansible support
feat(go): use correct go version for tools
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v18...v19) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…achix/install-nix-action-19 chore(deps): bump cachix/install-nix-action from 18 to 19
Co-authored-by: Hugo Sena Ribeiro <[email protected]>
add mkcert as integration
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v19...v20) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…achix/install-nix-action-20
Co-authored-by: lewo <[email protected]>
Part of the script was less indented than the root, which makes most of the final script indented by 2 spaces. For some reason, this makes `fish` run ignore the shebang and run it with `sh`, which doesn't work.
Fix indentation in the devenv script
Escape carets in headers (see pre-commit options).
fix(postgres): remove override options, as currently they are serialized
Update the reference docs for the the new doc renderer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.